GdkEvent: Remove unused struct
authorTimm Bäder <mail@baedert.org>
Thu, 17 Jan 2019 15:29:40 +0000 (16:29 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 18 Jan 2019 18:43:48 +0000 (19:43 +0100)
gdk/gdkevents.c

index 300974f3ce45987b1634b8cdb879282572e303f2..052eaca64051e7d420633b41caa10b8433d6944a 100644 (file)
  * of related touch events.
  */
 
-typedef struct _GdkIOClosure GdkIOClosure;
-
-struct _GdkIOClosure
-{
-  GDestroyNotify notify;
-  gpointer data;
-};
-
 /* Private variable declarations
  */